home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / rocketbi.swf / scripts / DefineButton2_400 / BUTTONCONDACTION on(rollOut).as next >
Encoding:
Text File  |  2011-03-26  |  149 b   |  8 lines

  1. on(rollOut){
  2.    if(price._currentframe == 1)
  3.    {
  4.       price._visible = false;
  5.    }
  6.    _parent._parent._parent.description.gotoAndStop(1);
  7. }
  8.